home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / bluez.conf < prev    next >
Encoding:
Text File  |  2006-08-30  |  836 b   |  29 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for bluez-pin to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy context="default">
  11.     <allow own="org.handhelds.gpe.bluez"/>
  12.  
  13.     <allow send_destination="org.handhelds.gpe.bluez"/>
  14.     <allow receive_sender="org.handhelds.gpe.bluez"/>
  15.  
  16.     <allow send_path="/org/handhelds/gpe/bluez/PinAgent"/>
  17.   </policy>
  18.  
  19.   <policy context="default">
  20.     <allow own="org.bluez.PinAgent"/>
  21.  
  22.     <allow send_destination="org.bluez.PinAgent"/>
  23.     <allow receive_sender="org.bluez.PinAgent"/>
  24.  
  25.     <allow send_path="/org/bluez/PinAgent"/>
  26.   </policy>
  27.  
  28. </busconfig>
  29.